QueryFeaturesCallbackNative

class QueryFeaturesCallbackNative : QueryFeaturesCallback

Callback to get query features asynchronously.

Parameters

features

An array of returned `features` in case of the successful operation, string representing error otherwise.

Functions

run
Link copied to clipboard
open fun run(features: Expected<String, List<QueriedFeature>>)